home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / recr3.dir / 00080_Script_80 < prev    next >
Text File  |  1994-11-11  |  549b  |  20 lines

  1. on mouseDown
  2.   global switchYesNo
  3.   repeat while the stillDown()
  4.     if rollover(clickOn()) then
  5.       set the castNum of sprite clickOn() = the number of cast "Kuit2"
  6.     else
  7.       set the castNum of sprite clickOn() = the number of cast "Kuit"
  8.     end if
  9.     updateStage
  10.   end repeat
  11.   
  12.   set the castNum of sprite clickOn() = the number of cast "Kuit"
  13.   updateStage
  14.   beep
  15.   set the text of cast "Comment" = "鍼ヌオヌ局ンヌゥ"
  16.   go to marker(1)
  17.   set the visible of sprite 45 to false
  18.   put 1 into switchYesNo
  19. end mouseDown
  20.